home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 April: Penguin on DISC / ADC Developer CD (1993-04) (''Penguin On DISC'')_iso / Dev.CD Apr 93.iso / Utilities / MPW Interfaces 7.1 Beta / RIncludes / Components.r < prev    next >
Encoding:
Text File  |  1992-08-28  |  397 b   |  25 lines  |  [TEXT/MPS ]

  1.  
  2.  
  3. type 'thng' {
  4.     literal longint    type;
  5.     literal longint    subType;
  6.     literal longint    manufacturere;
  7.     hex    longint    flags;
  8.     hex    longint flagsMask;
  9.     literal longint    thingResType;    
  10.     int thingResID;
  11.     literal longint  thingNameResType;
  12.     int thingNameResID;
  13.     literal longint  thingInfoResType;
  14.     int thingInfoResID;
  15.     literal longint  thingIconResType;
  16.     int thingIconResID;
  17. };
  18.  
  19.  
  20. type 'cdec' {
  21. hex string;
  22. };
  23.  
  24.  
  25.